home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ETO Development Tools 4
/
ETO Development Tools 4.iso
/
Tools - Objects
/
MPW C++
/
MPW C++ 3.1
/
Interfaces
/
CIncludes
/
new.h
< prev
next >
Wrap
Text File
|
1990-09-11
|
611b
|
25 lines
/*ident "@(#)ctrans:incl-master/proto-headers/new.h 1.4" */
/***********************************************************************
Copyright (c) 1984 AT&T, Inc. All rights Reserved
THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF AT&T, INC.
The copyright notice above does not evidence any
actual or intended publication of such source code.
**************************************************************************/
#ifndef __NEW__
#define __NEW__
#ifndef __STDDEF__
#include <stddef.h>
#endif
extern void (*set_new_handler (void(*)()))();
void *operator new(size_t, void*);
#endif